home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 September / PCWorld_2007-09_cd.bin / v cisle / smartmont / smartmontools-5.37-1.win32-setup.exe / doc / smartd.8.txt < prev    next >
Text File  |  2006-12-20  |  89KB  |  1,679 lines

  1. SMARTD(8)                         2006/12/20                         SMARTD(8)
  2.  
  3.  
  4.  
  5. NAME
  6.        smartd - SMART Disk Monitoring Daemon
  7.  
  8.  
  9. SYNOPSIS
  10.        smartd [options]
  11.  
  12.  
  13. FULL PATH
  14.        /usr/local/sbin/smartd
  15.  
  16.  
  17. PACKAGE VERSION
  18.        smartmontools-5.37 released 2006/12/20 at 20:37:59 UTC
  19.  
  20.  
  21. DESCRIPTION
  22.        smartd  is  a  daemon  that  monitors the Self-Monitoring, Analysis and
  23.        Reporting Technology (SMART) system built into  many  ATA-3  and  later
  24.        ATA, IDE and SCSI-3 hard drives. The purpose of SMART is to monitor the
  25.        reliability of the hard drive and predict drive failures, and to  carry
  26.        out  different  types  of  drive self-tests.  This version of smartd is
  27.        compatible with  ATA/ATAPI-7  and  earlier  standards  (see  REFERENCES
  28.        below).
  29.  
  30.        smartd  will attempt to enable SMART monitoring on ATA devices (equiva-
  31.        lent to smartctl -s on) and polls these and SCSI devices every 30  min-
  32.        utes   (configurable),  logging  SMART  errors  and  changes  of  SMART
  33.        Attributes via the SYSLOG interface.  The default  location  for  these
  34.        SYSLOG notifications and warnings is /var/log/messages.  To change this
  35.        default location, please see the  '-l'  command-line  option  described
  36.        below.
  37.  
  38.        In addition to logging to a file, smartd can also be configured to send
  39.        email warnings if problems are detected.  Depending upon  the  type  of
  40.        problem,  you may want to run self-tests on the disk, back up the disk,
  41.        replace the disk, or use a manufacturer's utility to force reallocation
  42.        of  bad  or  unreadable  disk  sectors.  If disk problems are detected,
  43.        please see the smartctl manual page and the smartmontools web  page/FAQ
  44.        for further guidance.
  45.  
  46.        If  you send a USR1 signal to smartd it will immediately check the sta-
  47.        tus of the disks, and then return to polling the disks  every  30  min-
  48.        utes. See the '-i' option below for additional details.
  49.  
  50.        smartd  can  be  configured  at  start-up  using the configuration file
  51.        /usr/local/etc/smartd.conf (Windows: ./smartd.conf).  If the configura-
  52.        tion  file  is subsequently modified, smartd can be told to re-read the
  53.        configuration file by sending it a HUP signal,  for  example  with  the
  54.        command:
  55.        killall -HUP smartd.
  56.        (Windows: See NOTES below.)
  57.  
  58.        On  startup,  if smartd finds a syntax error in the configuration file,
  59.        it will print an error message and then  exit.  However  if  smartd  is
  60.        already running, then is told with a HUP signal to re-read the configu-
  61.        ration file, and then find a syntax error in this file, it  will  print
  62.        an  error  message  and  then  continue,  ignoring  the contents of the
  63.        (faulty) configuration file, as  if  the  HUP  signal  had  never  been
  64.        received.
  65.  
  66.        When  smartd  is  running  in  debug  mode,  the  INT  signal (normally
  67.        generated from a shell with CONTROL-C) is treated in the same way as  a
  68.        HUP  signal:  it  makes  smartd  reload its configuration file. To exit
  69.        smartd use CONTROL-\ (Cygwin: 2x CONTROL-C, Windows: CONTROL-Break).
  70.  
  71.        On   startup,   in   the   absence   of    the    configuration    file
  72.        /usr/local/etc/smartd.conf,  the  smartd  daemon  first  scans  for all
  73.        devices that support SMART.  The scanning is done as follows:
  74.  
  75.        LINUX:   Examine all entries "/dev/hd[a-t]" for  IDE/ATA  devices,  and
  76.                 "/dev/sd[a-z]" for SCSI devices.
  77.  
  78.        FREEBSD: Examine  all  entries  "/dev/ad[0-9]+" for IDE/ATA devices and
  79.                 "/dev/da[0-9]+" for SCSI devices.
  80.  
  81.        NETBSD/OPENBSD:
  82.                 Authoritative list of disk devices  is  obtained  from  sysctl
  83.                 'hw.disknames'.
  84.  
  85.        SOLARIS: Examine  all entries "/dev/rdsk/c?t?d?s?" for IDE/ATA and SCSI
  86.                 disk devices, and entries "/dev/rmt/*" for SCSI tape  devices.
  87.  
  88.        DARWIN:  The  IOService plane is scanned for ATA block storage devices.
  89.  
  90.        WINDOWS: Examine all entries "/dev/hd[a-j]"  ("\\.\PhysicalDrive[0-9]")
  91.                 for IDE/ATA devices on WinNT4/2000/XP, "/dev/hd[a-d]" (bitmask
  92.                 from "\\.\SMARTVSD") for IDE/ATA devices on  Win95/98/98SE/ME.
  93.                 Examines all entries "/dev/scsi[0-9][0-f]" for SCSI devices on
  94.                 ASPI adapter 0-9, ID 0-15.  If  a  3ware  9000  controller  is
  95.                 installed, examine all entries "/dev/hdX,N" for the first log-
  96.                 ical drive ('unit' "/dev/hdX") and all physical disks ('ports'
  97.                 ",N")  detected behind this controller. Same for a second con-
  98.                 troller if present.
  99.  
  100.                 The following forms are not  scanned  for  but  can  be  given
  101.                 explicitly  in  the  configuration  file  and  only  apply  to
  102.                 WinNT4/2000/XP/2003. The form "/dev/sd[a-z]" can be given  for
  103.                 SCSI  disks "\\.\PhysicalDrive[0-25]" (where "a" maps to "0").
  104.                 Additionally the form "/dev/pd[0-255]" can be given  for  SCSI
  105.                 disks  "\\.\PhysicalDrive[0-255]". The form "/dev/tape[0-255]"
  106.                 can be given for SCSI tape drives "\\.\Tape[0-255]".
  107.  
  108.        CYGWIN:  See "WINDOWS" above.
  109.  
  110.        OS/2,eComStation:
  111.                 Use the form "/dev/hd[a-z]" for IDE/ATA devices.
  112.  
  113.        smartd then monitors for all possible SMART  errors  (corresponding  to
  114.        the  '-a'  Directive  in the configuration file; see CONFIGURATION FILE
  115.        below).
  116.  
  117.  
  118. OPTIONS
  119.        Long options are not supported on all systems.  Use 'smartd -h' to  see
  120.        the available options.
  121.  
  122.        -c FILE, --configfile=FILE
  123.  
  124.               Read  smartd configuration Directives from FILE, instead of from
  125.               the  default   location   /usr/local/etc/smartd.conf   (Windows:
  126.               ./smartd.conf).   If FILE does not exist, then smartd will print
  127.               an error message  and  exit  with  nonzero  status.   Thus,  '-c
  128.               /usr/local/etc/smartd.conf'  can be used to verify the existence
  129.               of the default configuration file.
  130.  
  131.               By using '-' for FILE, the configuration is read  from  standard
  132.               input. This is useful for commands like:
  133.               echo /dev/hdb -m user@home -M test | smartd -c - -q onecheck
  134.               to perform quick and simple checks without a configuration file.
  135.  
  136.  
  137.        -d, --debug
  138.               Runs smartd in "debug" mode. In this mode,  it  displays  status
  139.               information  to STDOUT rather than logging it to SYSLOG and does
  140.               not fork(2) into the background and detach from the  controlling
  141.               terminal.   In this mode, smartd also prints more verbose infor-
  142.               mation about what it is doing than when  operating  in  "daemon"
  143.               mode.  In  this mode, the QUIT signal (normally generated from a
  144.               terminal with CONTROL-C) makes smartd reload  its  configuration
  145.               file.   Please use CONTROL-\ to exit (Cygwin: 2x CONTROL-C, Win-
  146.               dows: CONTROL-Break).
  147.  
  148.               Windows only: The "debug" mode can be  toggled  by  the  command
  149.               smartd  sigusr2.  A  new console for debug output is opened when
  150.               debug mode is enabled.
  151.  
  152.        -D, --showdirectives
  153.               Prints a list (to STDOUT) of all the possible  Directives  which
  154.               may appear in the configuration file /usr/local/etc/smartd.conf,
  155.               and then exits.  These Directives are also  described  later  in
  156.               this man page. They may appear in the configuration file follow-
  157.               ing the device name.
  158.  
  159.        -h, --help, --usage
  160.               Prints usage message to STDOUT and exits.
  161.  
  162.        -i N, --interval=N
  163.               Sets the interval between disk checks to N seconds, where N is a
  164.               decimal integer.  The minimum allowed value is ten and the maxi-
  165.               mum is the largest positive integer that can be  represented  on
  166.               your system (often 2^31-1).  The default is 1800 seconds.
  167.  
  168.               Note  that the superuser can make smartd check the status of the
  169.               disks at any time by sending it the SIGUSR1 signal, for  example
  170.               with the command:
  171.               kill -SIGUSR1 <pid>
  172.               where  <pid>  is  the process id number of smartd.  One may also
  173.               use:
  174.               killall -USR1 smartd
  175.               for the same purpose.
  176.               (Windows: See NOTES below.)
  177.  
  178.  
  179.        -l FACILITY, --logfacility=FACILITY
  180.               Uses syslog facility FACILITY to log the messages  from  smartd.
  181.               Here  FACILITY  is one of local0, local1, ..., local7, or daemon
  182.               [default].  If this command-line option is  not  used,  then  by
  183.               default  messages from smartd are logged to the facility daemon.
  184.  
  185.               If you would like to have smartd messages logged somewhere other
  186.               than  the default /var/log/messages location, this can typically
  187.               be accomplished with (for example) the following steps:
  188.  
  189.               [1] Modify the script that starts smartd to include  the  smartd
  190.                   command-line argument '-l local3'.  This tells smartd to log
  191.                   its messages to facility local3.
  192.  
  193.               [2] Modify the syslogd configuration file  (typically  /etc/sys-
  194.                   log.conf) by adding a line of the form:
  195.                   local3.* /var/log/smartd.log
  196.                   This  tells  syslogd  to  log all the messages from facility
  197.                   local3 to the designated file: /var/log/smartd.log.
  198.  
  199.               [3] Tell syslogd to re-read its configuration file, typically by
  200.                   sending the syslogd process a SIGHUP hang-up signal.
  201.  
  202.               [4] Start (or restart) the smartd daemon.
  203.  
  204.               For more detailed information, please refer to the man pages for
  205.               syslog.conf, syslogd, and syslog.  You may also want  to  modify
  206.               the  log  rotation  configuration  files;  see the man pages for
  207.               logrotate and examine your system's /etc/logrotate.conf file.
  208.  
  209.               Cygwin: Support for syslogd  as  described  above  is  available
  210.               starting  with  Cygwin 1.5.15.  On older releases or if no local
  211.               syslogd is running, the '-l' option  has  no  effect.   In  this
  212.               case, all syslog messages are written to Windows event log or to
  213.               file C:/CYGWIN_SYSLOG.TXT if the event log is not available.
  214.  
  215.               Windows: Some syslog functionality is implemented internally  in
  216.               smartd  as follows: If no '-l' option (or '-l daemon') is speci-
  217.               fied, messages are written to  Windows  event  log  or  to  file
  218.               ./smartd.log  if  event log is not available (Win9x/ME or access
  219.               denied). By specifying other values of FACILITY, log  output  is
  220.               redirected  as  follows:  '-l  local0' to file ./smartd.log, '-l
  221.               local1' to standard output (redirect with '>' to any file),  '-l
  222.               local2'   to   standard   error,   '-l   local[3-7]':   to  file
  223.               ./smartd[1-5].log.
  224.  
  225.               When using the event log,  the  enclosed  utility  syslogevt.exe
  226.               should  be  registered  as  an event message file to avoid error
  227.               messages from the event viewer. Use  'syslogevt  -r  smartd'  to
  228.               register,  'syslogevt  -u  smartd' to unregister and 'syslogevt'
  229.               for more help.
  230.  
  231.  
  232.        -p NAME, --pidfile=NAME
  233.               Writes pidfile NAME containing  the  smartd  Process  ID  number
  234.               (PID).   To  avoid  symlink  attacks  make sure the directory to
  235.               which pidfile is written is only  writable  for  root.   Without
  236.               this  option,  or if the --debug option is given, no PID file is
  237.               written on startup.  If smartd is killed with a maskable  signal
  238.               then the pidfile is removed.
  239.  
  240.        -q WHEN, --quit=WHEN
  241.               Specifies  when,  if  ever, smartd should exit.  The valid argu-
  242.               ments are to this option are:
  243.  
  244.               nodev - Exit if there are no  devices  to  monitor,  or  if  any
  245.               errors  are found at startup in the configuration file.  This is
  246.               the default.
  247.  
  248.               errors - Exit if there are no devices  to  monitor,  or  if  any
  249.               errors     are     found     in     the    configuration    file
  250.               /usr/local/etc/smartd.conf  at  startup  or   whenever   it   is
  251.               reloaded.
  252.  
  253.               nodevstartup  -  Exit  if  there  are  no  devices to monitor at
  254.               startup.  But continue to run if no devices are  found  whenever
  255.               the configuration file is reloaded.
  256.  
  257.               never  -  Only exit if a fatal error occurs (no remaining system
  258.               memory, invalid command line arguments). In this mode,  even  if
  259.               there  are  no  devices to monitor, or if the configuration file
  260.               /usr/local/etc/smartd.conf has errors, smartd will  continue  to
  261.               run, waiting to load a configuration file listing valid devices.
  262.  
  263.               onecheck - Start smartd in debug mode,  then  register  devices,
  264.               then  check  device's SMART status once, and then exit with zero
  265.               exit status if all of these steps worked correctly.
  266.  
  267.               This last option is intended for 'distribution-writers' who want
  268.               to create automated scripts to determine whether or not to auto-
  269.               matically start up smartd after installing smartmontools.  After
  270.               starting  smartd  with  this  command-line option, the distribu-
  271.               tion's install scripts should wait a reasonable length  of  time
  272.               (say ten seconds).  If smartd has not exited with zero status by
  273.               that time, the script should send smartd a  SIGTERM  or  SIGKILL
  274.               and  assume  that smartd will not operate correctly on the host.
  275.               Conversely, if smartd exits with zero status, then it is safe to
  276.               run smartd in normal daemon mode. If smartd is unable to monitor
  277.               any devices or encounters other problems  then  it  will  return
  278.               with non-zero exit status.
  279.  
  280.               showtests  -  Start smartd in debug mode, then register devices,
  281.               then write a list of future scheduled self tests to stdout,  and
  282.               then  exit  with  zero  exit status if all of these steps worked
  283.               correctly.  Device's SMART status is not checked.
  284.  
  285.               This option is intended to test whether the  '-s  REGEX'  direc-
  286.               tives  in  smartd.conf  will have the desired effect. The output
  287.               lists the next test schedules, limited to 5 tests per  type  and
  288.               device.  This  is  followed  by  a  summary of all tests of each
  289.               device within the next 90 days.
  290.  
  291.        -r TYPE, --report=TYPE
  292.               Intended primarily to help smartmontools  developers  understand
  293.               the  behavior  of smartmontools on non-conforming or poorly-con-
  294.               forming hardware.  This option reports details of smartd  trans-
  295.               actions with the device.  The option can be used multiple times.
  296.               When used just once, it shows a record of the  ioctl()  transac-
  297.               tions  with the device.  When used more than once, the detail of
  298.               these ioctl() transactions are reported in greater detail.   The
  299.               valid arguments to this option are:
  300.  
  301.               ioctl - report all ioctl() transactions.
  302.  
  303.               ataioctl - report only ioctl() transactions with ATA devices.
  304.  
  305.               scsiioctl  - report only ioctl() transactions with SCSI devices.
  306.  
  307.               Any argument may include a positive integer to specify the level
  308.               of  detail that should be reported.  The argument should be fol-
  309.               lowed by a comma then the integer with no spaces.  For  example,
  310.               ataioctl,2  The  default  level is 1, so '-r ataioctl,1' and '-r
  311.               ataioctl' are equivalent.
  312.  
  313.  
  314.        --service
  315.               Cygwin and Windows only: Enables smartd to run as a Windows ser-
  316.               vice.
  317.  
  318.               On  Cygwin,  this option simply prevents forking into background
  319.               mode to allow running smartd as service via cygrunsrv, see NOTES
  320.               below.
  321.  
  322.               On  Windows,  this  option  enables the buildin service support.
  323.               The option must be specified in the service command line as  the
  324.               first  argument.  It should not be used from console.  See NOTES
  325.               below for details.
  326.  
  327.  
  328.        -V, --version, --license, --copyright
  329.               Prints license, copyright, and CVS version information onto STD-
  330.               OUT  and  then exits. Please include this information if you are
  331.               reporting bugs, or have specific questions about the behavior of
  332.               smartd.
  333.  
  334.  
  335. EXAMPLES
  336.        smartd
  337.        Runs  the  daemon in forked mode. This is the normal way to run smartd.
  338.        Entries are logged to SYSLOG (by default /var/log/messages.)
  339.  
  340.        smartd -d -i 30
  341.        Run in foreground (debug) mode, checking the disk status every 30  sec-
  342.        onds.
  343.  
  344.        smartd -q onecheck
  345.        Registers  devices,  and checks the status of the devices exactly once.
  346.        The exit status (the bash $?  variable) will be zero if all went  well,
  347.        and  nonzero  if  no  devices  were  detected or some other problem was
  348.        encountered.
  349.  
  350.        Note   that   smartmontools   provides    a    start-up    script    in
  351.        /usr/local/etc/rc.d/init.d/smartd which is responsible for starting and
  352.        stopping the daemon via the normal init interface.  Using this  script,
  353.        you can start smartd by giving the command:
  354.        /usr/local/etc/rc.d/init.d/smartd start
  355.        and stop it by using the command:
  356.        /usr/local/etc/rc.d/init.d/smartd stop
  357.  
  358.        If  you  want  smartd to start running whenever your machine is booted,
  359.        this can be enabled by using the command:
  360.        /sbin/chkconfig --add smartd
  361.        and disabled using the command:
  362.        /sbin/chkconfig --del smartd
  363.  
  364.  
  365.  
  366. CONFIGURATION FILE /usr/local/etc/smartd.conf
  367.        In the absence of a configuration file, under Linux smartd will try  to
  368.        open the 20 ATA devices /dev/hd[a-t] and the 26 SCSI devices /dev/sd[a-
  369.        z].  Under FreeBSD, smartd will try to open all  existing  ATA  devices
  370.        (with  entries  in  /dev)  /dev/ad[0-9]+  and all existing SCSI devices
  371.        /dev/da[0-9]+.  Under NetBSD/OpenBSD,  smartd  will  try  to  open  all
  372.        existing  ATA  devices  (with  entries  in /dev) /dev/wd[0-9]+c and all
  373.        existing SCSI devices /dev/sd[0-9]+c.  Under Solaris smartd will try to
  374.        open  all  entries  "/dev/rdsk/c?t?d?s?"  for  IDE/ATA  and  SCSI  disk
  375.        devices, and entries "/dev/rmt/*" for SCSI tape devices.  Under Windows
  376.        smartd  will  try  to  open  all  entries  "/dev/hd[a-j]"  ("\\.\Physi-
  377.        calDrive[0-9]") for IDE/ATA devices on  WinNT4/2000/XP,  "/dev/hd[a-d]"
  378.        (bitmask  from "\\.\SMARTVSD") for IDE/ATA devices on Win95/98/98SE/ME,
  379.        and "/dev/scsi[0-9][0-7]" (ASPI adapter 0-9, ID 0-7) for  SCSI  devices
  380.        on  all  versions  of  Windows.  Under Darwin, smartd will open any ATA
  381.        block storage device.
  382.  
  383.        This can be annoying if you have an ATA or SCSI device  that  hangs  or
  384.        misbehaves when receiving SMART commands.  Even if this causes no prob-
  385.        lems, you may be annoyed by the string  of  error  log  messages  about
  386.        block-major devices that can't be found, and SCSI devices that can't be
  387.        opened.
  388.  
  389.        One can avoid this problem, and gain more control  over  the  types  of
  390.        events   monitored   by   smartd,   by  using  the  configuration  file
  391.        /usr/local/etc/smartd.conf.  This file contains a list  of  devices  to
  392.        monitor,  with  one  device per line.  An example file is included with
  393.        the smartmontools distribution. You will find this sample configuration
  394.        file  in  /usr/local/share/doc/smartmontools-5.37/.  For  security, the
  395.        configuration file should not be writable by anyone but root. The  syn-
  396.        tax of the file is as follows:
  397.  
  398.        o   There  should  be one device listed per line, although you may have
  399.            lines that are entirely comments or white space.
  400.  
  401.        o   Any text following a hash sign '#' and up to the end of the line is
  402.            taken to be a comment, and ignored.
  403.  
  404.        o   Lines  may  be  continued by using a backslash '\' as the last non-
  405.            whitespace or non-comment item on a line.
  406.  
  407.        o   Note: a line whose first character is a hash sign '#' is treated as
  408.            a  white-space blank line, not as a non-existent line, and will end
  409.            a continuation line.
  410.  
  411.        Here is an example configuration file.  It's for illustrative  purposes
  412.        only;  please don't copy it onto your system without reading to the end
  413.        of the DIRECTIVES Section below!
  414.  
  415.        ################################################
  416.        # This is an example smartd startup config file
  417.        # /usr/local/etc/smartd.conf for monitoring three
  418.        # ATA disks, three SCSI disks, six ATA disks
  419.        # behind two 3ware controllers, three SATA disks
  420.        # directly connected to the highpoint rocket-
  421.        # raid controller, two SATA disks connected to
  422.        # the highpoint rocketraid controller via a pmport
  423.        # device and one SATA disk.
  424.        #
  425.        # First ATA disk on two different interfaces. On
  426.        # the second disk, start a long self-test every
  427.        # Sunday between 3 and 4 am.
  428.        #
  429.          /dev/hda -a -m admin@example.com,root@localhost
  430.          /dev/hdc -a -I 194 -I 5 -i 12 -s L/../../7/03
  431.        #
  432.        # SCSI disks. Send a TEST warning email to admin on
  433.        # startup.
  434.        #
  435.          /dev/sda
  436.          /dev/sdb -m admin@example.com -M test
  437.        #
  438.        # Strange device. It's SCSI. Start a scheduled
  439.        # long self test between 5 and 6 am Monday/Thursday
  440.          /dev/weird -d scsi -s L/../../(1|4)/05
  441.        #
  442.        # An ATA disk may appear as a SCSI device to the
  443.        # OS. If a SCSI to ATA Translation (SAT) layer
  444.        # is between the OS and the device then this can be
  445.        # flagged with the '-d sat' option. This situation
  446.        # may become common with SATA disks in SAS and FC
  447.        # environments.
  448.          /dev/sda -a -d sat
  449.        #
  450.        # Four ATA disks on a 3ware 6/7/8000 controller.
  451.        # Start short self-tests daily between midnight and 1am,
  452.        # 1-2, 2-3, and 3-4 am. Starting with the Linux 2.6
  453.        # kernel series, /dev/sdX is deprecated in favor of
  454.        # /dev/tweN. For example replace /dev/sdc by /dev/twe0
  455.        # and /dev/sdd by /dev/twe1.
  456.          /dev/sdc -d 3ware,0 -a -s S/../.././00
  457.          /dev/sdc -d 3ware,1 -a -s S/../.././01
  458.          /dev/sdd -d 3ware,2 -a -s S/../.././02
  459.          /dev/sdd -d 3ware,3 -a -s S/../.././03
  460.        #
  461.        # Two ATA disks on a 3ware 9000 controller.
  462.        # Start long self-tests Sundays between midnight and
  463.        # 1am and 2-3 am
  464.          /dev/twa0 -d 3ware,0 -a -s L/../../7/00
  465.          /dev/twa0 -d 3ware,1 -a -s L/../../7/02
  466.        #
  467.        # Three SATA disks on a highpoint rocketraid controller.
  468.        # Start short self-tests daily between 1-2, 2-3, and
  469.        # 3-4 am.
  470.          /dev/sde -d hpt,1/1 -a -s S/../.././01
  471.          /dev/sde -d hpt,1/2 -a -s S/../.././02
  472.          /dev/sde -d hpt,1/3 -a -s S/../.././03
  473.        #
  474.        # Two SATA disks connected to a highpoint rocketraid
  475.        # via a pmport device. Start long self-tests Sundays
  476.        # between midnight and 1am and 2-3 am.
  477.          /dev/sde -d hpt,1/4/1 -a -s L/../../7/00
  478.          /dev/sde -d hpt,1/4/2 -a -s L/../../7/02
  479.        #
  480.        # The following line enables monitoring of the
  481.        # ATA Error Log and the Self-Test Error Log.
  482.        # It also tracks changes in both Prefailure
  483.        # and Usage Attributes, apart from Attributes
  484.        # 9, 194, and 231, and shows continued lines:
  485.        #
  486.          /dev/hdd -l error \
  487.                   -l selftest \
  488.                   -t \      # Attributes not tracked:
  489.                   -I 194 \  # temperature
  490.                   -I 231 \  # also temperature
  491.                   -I 9      # power-on hours
  492.        #
  493.        ################################################
  494.  
  495.  
  496.  
  497. CONFIGURATION FILE DIRECTIVES
  498.        If the first non-comment entry in the configuration file  is  the  text
  499.        string  DEVICESCAN  in  capital  letters,  then  smartd will ignore any
  500.        remaining lines in the configuration file, and will scan  for  devices.
  501.        DEVICESCAN  may optionally be followed by Directives that will apply to
  502.        all devices that are found in the scan.  Please  see  below  for  addi-
  503.        tional details.
  504.  
  505.  
  506.  
  507.        The  following  are the Directives that may appear following the device
  508.        name or DEVICESCAN on any line of the  /usr/local/etc/smartd.conf  con-
  509.        figuration  file.  Note  that  these  are  NOT command-line options for
  510.        smartd.  The Directives below may appear in any  order,  following  the
  511.        device name.
  512.  
  513.        For  an  ATA  device,  if no Directives appear, then the device will be
  514.        monitored as if the '-a' Directive (monitor all SMART  properties)  had
  515.        been given.
  516.  
  517.        If  a  SCSI  disk is listed, it will be monitored at the maximum imple-
  518.        mented level: roughly equivalent to using the '-H -l selftest'  options
  519.        for  an  ATA disk.  So with the exception of '-d', '-m', '-l selftest',
  520.        '-s', and '-M', the Directives below are ignored for SCSI  disks.   For
  521.        SCSI  disks, the '-m' Directive sends a warning email if the SMART sta-
  522.        tus indicates a disk failure or problem, if the SCSI inquiry about disk
  523.        status fails, or if new errors appear in the self-test log.
  524.  
  525.        If a 3ware controller is used then the corresponding SCSI (/dev/sd?) or
  526.        character device (/dev/twe?  or /dev/twa?) must be listed,  along  with
  527.        the  '-d  3ware,N'  Directive  (see  below).   The individual ATA disks
  528.        hosted by the 3ware controller appear to smartd as normal ATA  devices.
  529.        Hence  all the ATA directives can be used for these disks (but see note
  530.        below).
  531.  
  532.  
  533.        -d TYPE
  534.               Specifies the type of the device.  This Directive  may  be  used
  535.               multiple times for one device, but the arguments ata, scsi, sat,
  536.               marvell, cciss,N and 3ware,N  are  mutually-exclusive.  If  more
  537.               than  one  is  given  then  smartd  will  use the last one which
  538.               appears.
  539.  
  540.               If none of these three arguments  is  given,  then  smartd  will
  541.               first attempt to guess the device type by looking at whether the
  542.               sixth character in the device name is an 's' or  an  'h'.   This
  543.               will work for device names like /dev/hda or /dev/sdb, and corre-
  544.               sponds to choosing ata or scsi  respectively.  If  smartd  can't
  545.               guess  from  this  sixth  character,  then it will simply try to
  546.               access the device using first ATA and then SCSI ioctl()s.
  547.  
  548.               The valid arguments to this Directive are:
  549.  
  550.               ata - the device type is ATA.  This prevents smartd from issuing
  551.               SCSI commands to an ATA device.
  552.  
  553.               scsi - the device type is SCSI.  This prevents smartd from issu-
  554.               ing ATA commands to a SCSI device.
  555.  
  556.               sat - the device type is SCSI to ATA Translation (SAT).   smartd
  557.               will  generate ATA (smart) commands and then package them in the
  558.               SAT defined ATA PASS THROUGH SCSI  commands.  The  commands  are
  559.               then routed through the SCSI pass through interface to the oper-
  560.               ating system. There are two types of ATA PASS THROUGH SCSI  com-
  561.               mands: a 12 byte and 16 byte variant.  smartd can use either and
  562.               defaults to the 16 byte variant. This  can  be  overridden  with
  563.               this syntax: '-d sat,12' or '-d sat,16'.
  564.  
  565.               marvell  -  Under Linux, interact with SATA disks behind Marvell
  566.               chip-set controllers  (using  the  Marvell  rather  than  libata
  567.               driver).
  568.  
  569.               3ware,N - the device consists of one or more ATA disks connected
  570.               to a 3ware RAID controller. The non-negative integer N  (in  the
  571.               range  from  0  to  15 inclusive) denotes which disk on the con-
  572.               troller is monitored.  In log files and email messages this disk
  573.               will be identified as 3ware_disk_XX with XX in the range from 00
  574.               to 15 inclusive.
  575.  
  576.               This Directive may at first appear confusing, because the  3ware
  577.               controller  is  a  SCSI  device (such as /dev/sda) and should be
  578.               listed as such in the the configuration file.  However when  the
  579.               '-d  3ware,N'  Directive is used, then the corresponding disk is
  580.               addressed using native ATA commands which are  'passed  through'
  581.               the  SCSI driver. All ATA Directives listed in this man page may
  582.               be used.  Note that while you may use any of the 3ware SCSI log-
  583.               ical  devices  /dev/sd?  to  address  any  of the physical disks
  584.               (3ware ports), error and log messages will make the  most  sense
  585.               if  you  always list the 3ware SCSI logical device corresponding
  586.               to the particular physical disks.  Please see the  smartctl  man
  587.               page for further details.
  588.  
  589.               ATA disks behind 3ware controllers may alternatively be accessed
  590.               via   a   character   device   interface   /dev/twe0-15   (3ware
  591.               6000/7000/8000  controllers) and /dev/twa0-15 (3ware 9000 series
  592.               controllers).  Note that the 9000 series controllers may only be
  593.               accessed  using  the character device interface /dev/twa0-15 and
  594.               not the SCSI device interface /dev/sd?.  Please see the smartctl
  595.               man page for further details.
  596.  
  597.               Note  that  older  3w-xxxx  drivers  do  not  pass  the  'Enable
  598.               Autosave' (-S on) and 'Enable Automatic Offline'  (-o  on)  com-
  599.               mands  to  the  disk, if the SCSI interface is used, and produce
  600.               these types of harmless syslog error messages instead: '3w-xxxx:
  601.               tw_ioctl():  Passthru  size (123392) too big'. This can be fixed
  602.               by upgrading to version 1.02.00.037  or  later  of  the  3w-xxxx
  603.               driver,   or  by  applying  a  patch  to  older  versions.   See
  604.               http://smartmontools.sourceforge.net/ for instructions.   Alter-
  605.               natively use the character device interfaces /dev/twe0-15 (3ware
  606.               6/7/8000 series controllers) or /dev/twa0-15 (3ware 9000  series
  607.               controllers).
  608.  
  609.               cciss,N  -  the  device  consists of one or more SCSI disks con-
  610.               nected to a cciss RAID controller. The  non-negative  integer  N
  611.               (in  the range from 0 to 15 inclusive) denotes which disk on the
  612.               controller is monitored.  In log files and email  messages  this
  613.               disk  will  be  identified as cciss_disk_XX with XX in the range
  614.               from 00 to 15 inclusive.
  615.  
  616.               3ware and cciss controllers are currently ONLY  supported  under
  617.               Linux.
  618.  
  619.               hpt,L/M/N  -  the  device consists of one or more ATA disks con-
  620.               nected to a HighPoint RocketRAID controller.  The integer  L  is
  621.               the  controller id, the integer M is the channel number, and the
  622.               integer N is the PMPort number if it is available.  The  allowed
  623.               values  of L are from 1 to 4 inclusive, M are from 1 to 8 inclu-
  624.               sive and N from 1 to 4 if PMPort available.  And also these val-
  625.               ues  are  limited  by the model of the HighPoint RocketRAID con-
  626.               troller.  In log files and email  messages  this  disk  will  be
  627.               identified  as hpt_X/X/X and X/X/X is the same as L/M/N, note if
  628.               no N indicated, N set to the default value 1.
  629.  
  630.               HighPoint RocketRAID controllers are  currently  ONLY  supported
  631.               under Linux.
  632.  
  633.               removable  -  the  device or its media is removable.  This indi-
  634.               cates to smartd that it should  continue  (instead  of  exiting,
  635.               which  is the default behavior) if the device does not appear to
  636.               be present when smartd is started.  This Directive may  be  used
  637.               in conjunction with the other '-d' Directives.
  638.  
  639.  
  640.        -n POWERMODE[,q]
  641.               This  'nocheck'  Directive  is used to prevent a disk from being
  642.               spun-up when it is periodically polled by smartd.
  643.  
  644.               ATA disks have five different power states. In order of increas-
  645.               ing  power  consumption  they  are:  'OFF',  'SLEEP', 'STANDBY',
  646.               'IDLE', and 'ACTIVE'.  Typically in the OFF, SLEEP, and  STANDBY
  647.               modes  the  disk's  platters  are  not spinning. But usually, in
  648.               response to SMART commands issued by smartd, the  disk  platters
  649.               are  spun  up.  So if this option is not used, then a disk which
  650.               is  in  a  low-power  mode  may  be  spun  up  and  put  into  a
  651.               higher-power mode when it is periodically polled by smartd.
  652.  
  653.               Note  that  if the disk is in SLEEP mode when smartd is started,
  654.               then it won't respond to smartd commands, and so the disk  won't
  655.               be registered as a device for smartd to monitor. If a disk is in
  656.               any other low-power mode, then the commands issued by smartd  to
  657.               register the disk will probably cause it to spin-up.
  658.  
  659.               The  '-n'  (nocheck)  Directive  specifies  if smartd's periodic
  660.               checks should still be carried out  when  the  device  is  in  a
  661.               low-power  mode.   It  may  be used to prevent a disk from being
  662.               spun-up by periodic smartd polling.  The allowed values of  POW-
  663.               ERMODE are:
  664.  
  665.               never  -  smartd  will poll (check) the device regardless of its
  666.               power mode. This may cause a  disk  which  is  spun-down  to  be
  667.               spun-up  when smartd checks it.  This is the default behavior if
  668.               the '-n' Directive is not given.
  669.  
  670.               sleep - check the device unless it is in SLEEP mode.
  671.  
  672.               standby - check the device unless it  is  in  SLEEP  or  STANDBY
  673.               mode.   In  these  modes  most disks are not spinning, so if you
  674.               want to prevent a laptop disk from spinning up  each  time  that
  675.               smartd polls, this is probably what you want.
  676.  
  677.               idle  -  check the device unless it is in SLEEP, STANDBY or IDLE
  678.               mode.  In the IDLE state, most disks are still spinning, so this
  679.               is probably not what you want.
  680.  
  681.               When  a  self  test is scheduled (see '-s' Directive below), the
  682.               '-n' Directive is ignored, and all tests are carried out.
  683.  
  684.               When a periodic test  is  skipped,  smartd  normally  writes  an
  685.               informal log message. The message can be suppressed by appending
  686.               the option ',q' to POWERMODE (like '-n standby,q').   This  pre-
  687.               vents a laptop disk from spinning up due to this message.
  688.  
  689.  
  690.        -T TYPE
  691.               Specifies  how  tolerant smartd should be of SMART command fail-
  692.               ures.  The valid arguments to this Directive are:
  693.  
  694.               normal - do not try to monitor the disk  if  a  mandatory  SMART
  695.               command  fails, but continue if an optional SMART command fails.
  696.               This is the default.
  697.  
  698.               permissive - try to monitor the disk even if it appears to  lack
  699.               SMART  capabilities.   This  may  be required for some old disks
  700.               (prior to ATA-3 revision 4) that implemented  SMART  before  the
  701.               SMART  standards were incorporated into the ATA/ATAPI Specifica-
  702.               tions.  This may also be needed for some Maxtor disks which fail
  703.               to  comply  with the ATA Specifications and don't properly indi-
  704.               cate support for error- or self-test logging.
  705.  
  706.               [Please see the smartctl -T command-line option.]
  707.  
  708.        -o VALUE
  709.               Enables or disables SMART Automatic Offline Testing when  smartd
  710.               starts  up  and  has  no further effect.  The valid arguments to
  711.               this Directive are on and off.
  712.  
  713.               The delay between tests is  vendor-specific,  but  is  typically
  714.               four hours.
  715.  
  716.               Note that SMART Automatic Offline Testing is not part of the ATA
  717.               Specification.  Please see the smartctl -o  command-line  option
  718.               documentation for further information about this feature.
  719.  
  720.        -S VALUE
  721.               Enables or disables Attribute Autosave when smartd starts up and
  722.               has no further effect.  The valid arguments  to  this  Directive
  723.               are  on  and  off.   Also affects SCSI devices.  [Please see the
  724.               smartctl -S command-line option.]
  725.  
  726.        -H     Check the SMART health status of the disk.   If  any  Prefailure
  727.               Attributes  are  less  than  or equal to their threshold values,
  728.               then disk failure is predicted in less than 24 hours, and a mes-
  729.               sage  at  loglevel  'LOG_CRITICAL'  will  be  logged  to syslog.
  730.               [Please see the smartctl -H command-line option.]
  731.  
  732.        -l TYPE
  733.               Reports increases in the number of errors  in  one  of  the  two
  734.               SMART logs.  The valid arguments to this Directive are:
  735.  
  736.               error  -  report if the number of ATA errors reported in the ATA
  737.               Error Log has increased since the last check.
  738.  
  739.               selftest - report if the number of failed tests reported in  the
  740.               SMART  Self-Test  Log  has increased since the last check, or if
  741.               the timestamp associated with the most recent  failed  test  has
  742.               increased.  Note that such errors will only be logged if you run
  743.               self-tests on the disk (and it fails a test!).   Self-Tests  can
  744.               be  run  automatically  by smartd: please see the '-s' Directive
  745.               below.  Self-Tests  can  also  be  run  manually  by  using  the
  746.               '-t short'  and '-t long' options of smartctl and the results of
  747.               the testing can be observed  using  the  smartctl  '-l selftest'
  748.               command-line option.]
  749.  
  750.               [Please see the smartctl -l and -t command-line options.]
  751.  
  752.        -s REGEXP
  753.               Run  Self-Tests  or Offline Immediate Tests, at scheduled times.
  754.               A Self- or Offline Immediate Test will be  run  at  the  end  of
  755.               periodic  device  polling,  if  all  12 characters of the string
  756.               T/MM/DD/d/HH match the extended regular expression REGEXP. Here:
  757.  
  758.               T   is the type of the test.  The values that smartd will try to
  759.                   match (in turn) are: 'L' for a Long  Self-Test,  'S'  for  a
  760.                   Short  Self-Test, 'C' for a Conveyance Self-Test (ATA only),
  761.                   and 'O' for an Offline Immediate Test (ATA only).   As  soon
  762.                   as  a  match is found, the test will be started and no addi-
  763.                   tional matches will be  sought  for  that  device  and  that
  764.                   polling cycle.
  765.  
  766.               MM  is the month of the year, expressed with two decimal digits.
  767.                   The range is from 01 (January) to 12  (December)  inclusive.
  768.                   Do  not  use a single decimal digit or the match will always
  769.                   fail!
  770.  
  771.               DD  is the day of the month, expressed with two decimal  digits.
  772.                   The  range  is from 01 to 31 inclusive.  Do not use a single
  773.                   decimal digit or the match will always fail!
  774.  
  775.               d   is the day of the week, expressed with  one  decimal  digit.
  776.                   The range is from 1 (Monday) to 7 (Sunday) inclusive.
  777.  
  778.               HH  is the hour of the day, written with two decimal digits, and
  779.                   given in hours after midnight.  The range is 00 (midnight to
  780.                   just before 1am) to 23 (11pm to just before midnight) inclu-
  781.                   sive.  Do not use a single decimal digit or the  match  will
  782.                   always fail!
  783.  
  784.               Some  examples  follow.   In reading these, keep in mind that in
  785.               extended regular expressions a dot '.' matches any single  char-
  786.               acter,  and a parenthetical expression such as '(A|B|C)' denotes
  787.               any one of the three possibilities A, B, or C.
  788.  
  789.               To schedule a short Self-Test between 2-3am every morning, use:
  790.                -s S/../.././02
  791.               To schedule a long Self-Test between 4-5am every Sunday morning,
  792.               use:
  793.                -s L/../../7/04
  794.               To  schedule  a  long Self-Test between 10-11pm on the first and
  795.               fifteenth day of each month, use:
  796.                -s L/../(01|15)/./22
  797.               To schedule an Offline Immediate test after every midnight, 6am,
  798.               noon,and  6pm,  plus a Short Self-Test daily at 1-2am and a Long
  799.               Self-Test every Saturday at 3-4am, use:
  800.                -s (O/../.././(00|06|12|18)|S/../.././01|L/../../6/03)
  801.  
  802.               Scheduled tests are run  immediately  following  the  regularly-
  803.               scheduled  device  polling, if the current local date, time, and
  804.               test type, match REGEXP.   By  default  the  regularly-scheduled
  805.               device  polling  occurs  every  thirty  minutes  after  starting
  806.               smartd.  Take caution if you use the '-i' option  to  make  this
  807.               polling  interval  more  than  sixty minutes: the poll times may
  808.               fail to coincide with any of the testing  times  that  you  have
  809.               specified  with REGEXP, and so the self tests may not take place
  810.               as you wish.
  811.  
  812.               Before running an offline or self-test, smartd checks to be sure
  813.               that  a  self-test  is  not  already running.  If a self-test is
  814.               already running, then this running self test will not be  inter-
  815.               rupted to begin another test.
  816.  
  817.               smartd  will not attempt to run any type of test if another test
  818.               was already started or run in the same hour.
  819.  
  820.               Each time a test is run, smartd will log  an  entry  to  SYSLOG.
  821.               You  can  use these or the '-q showtests' command-line option to
  822.               verify that you  constructed  REGEXP  correctly.   The  matching
  823.               order  (L  before  S before C before O) ensures that if multiple
  824.               test types are all scheduled for the same hour, the longer  test
  825.               type has precedence.  This is usually the desired behavior.
  826.  
  827.               Unix  users:  please  beware that the rules for extended regular
  828.               expressions [regex(7)]  are  not  the  same  as  the  rules  for
  829.               file-name  pattern matching by the shell [glob(7)].  smartd will
  830.               issue harmless informational  warning  messages  if  it  detects
  831.               characters  in REGEXP that appear to indicate that you have made
  832.               this mistake.
  833.  
  834.  
  835.        -m ADD Send a warning email to the email address ADD if the '-H', '-l',
  836.               '-f',  '-C', or '-O' Directives detect a failure or a new error,
  837.               or if a SMART command to the disk  fails.  This  Directive  only
  838.               works  in  conjunction  with these other Directives (or with the
  839.               equivalent default '-a' Directive).
  840.  
  841.               To prevent your email in-box from getting filled up with warning
  842.               messages, by default only a single warning will be sent for each
  843.               of the enabled alert types, '-H', '-l', '-f', '-C', or '-O' even
  844.               if  more than one failure or error is detected or if the failure
  845.               or error persists.  [This behavior can be modified; see the '-M'
  846.               Directive below.]
  847.  
  848.               To  send  email  to more than one user, please use the following
  849.               "comma      separated"      form      for      the      address:
  850.               user1@add1,user2@add2,...,userN@addN (with no spaces).
  851.  
  852.               To  test  that  email is being sent correctly, use the '-M test'
  853.               Directive described below to send  one  test  email  message  on
  854.               smartd startup.
  855.  
  856.               By  default,  email  is  sent using the system mail command.  In
  857.               order that smartd find the mail command (normally /bin/mail)  an
  858.               executable  named  'mail'  must  be  in the path of the shell or
  859.               environment from which smartd was started.  If you wish to spec-
  860.               ify  an  explicit  path  to  the  mail  executable  (for example
  861.               /usr/local/bin/mail) or a custom script to run, please  use  the
  862.               '-M exec' Directive below.
  863.  
  864.               Note  that  by default under Solaris, in the previous paragraph,
  865.               'mailx' and '/bin/mailx' are  used,  since  Solaris  '/bin/mail'
  866.               does not accept a '-s' (Subject) command-line argument.
  867.  
  868.               On  Windows, the 'Blat' mailer (http://blat.sourceforge.net/) is
  869.               used by default.  This mailer uses a different command line syn-
  870.               tax, see '-M exec' below.
  871.  
  872.               Note  also that there is a special argument <nomailer> which can
  873.               be given to the '-m' Directive in conjunction with the '-M exec'
  874.               Directive. Please see below for an explanation of its effect.
  875.  
  876.               If the mailer or the shell running it produces any STDERR/STDOUT
  877.               output, then a snippet of that output will be copied to  SYSLOG.
  878.               The  remainder  of  the  output  is  discarded.  If problems are
  879.               encountered in sending mail, this should help you to  understand
  880.               and  fix  them.  If you have mail problems, we recommend running
  881.               smartd in debug mode with the '-d' flag,  using  the  '-M  test'
  882.               Directive described below.
  883.  
  884.               The  following  extension is available on Windows: By specifying
  885.               'msgbox' as a mail address, a warning "email" is displayed as  a
  886.               message box on the screen.  Using both 'msgbox' and regular mail
  887.               addresses is possible, if 'msgbox' is  the  first  word  in  the
  888.               comma  separated list.  With 'sysmsgbox', a system modal (always
  889.               on top) message box is used. If running as a service, a  service
  890.               notification  message box (always shown on current visible desk-
  891.               top) is used.
  892.  
  893.  
  894.        -M TYPE
  895.               These Directives modify the behavior of the smartd  email  warn-
  896.               ings  enabled  with  the  '-m'  email Directive described above.
  897.               These '-M' Directives only work in  conjunction  with  the  '-m'
  898.               Directive and can not be used without it.
  899.  
  900.               Multiple  -M  Directives  may be given.  If more than one of the
  901.               following three -M Directives are given  (example:  -M  once  -M
  902.               daily) then the final one (in the example, -M daily) is used.
  903.  
  904.               The  valid arguments to the -M Directive are (one of the follow-
  905.               ing three):
  906.  
  907.               once - send only one warning email for each type of disk problem
  908.               detected.  This is the default.
  909.  
  910.               daily  -  send additional warning reminder emails, once per day,
  911.               for each type of disk problem detected.
  912.  
  913.               diminishing - send additional warning reminder emails,  after  a
  914.               one-day  interval,  then  a  two-day  interval,  then a four-day
  915.               interval, and so on for each type of disk problem detected. Each
  916.               interval is twice as long as the previous interval.
  917.  
  918.               In  addition,  one  may add zero or more of the following Direc-
  919.               tives:
  920.  
  921.               test - send a single test email immediately upon smartd startup.
  922.               This  allows  one  to  verify that email is delivered correctly.
  923.               Note that if this Directive is used, smartd will also  send  the
  924.               normal email warnings that were enabled with the '-m' Directive,
  925.               in addition to the single test email!
  926.  
  927.               exec PATH - run the executable PATH instead of the default  mail
  928.               command, when smartd needs to send email.  PATH must point to an
  929.               executable binary file or script.
  930.  
  931.               By setting PATH to point to a customized script,  you  can  make
  932.               smartd  perform  useful  tricks  when a disk problem is detected
  933.               (beeping the console, shutting down  the  machine,  broadcasting
  934.               warnings  to  all logged-in users, etc.)  But please be careful.
  935.               smartd will block until the executable PATH returns, so if  your
  936.               executable  hangs,  then  smartd  will  also  hang.  Some sample
  937.               scripts   are   included    in    /usr/local/share/doc/smartmon-
  938.               tools-5.37/examplescripts/.
  939.  
  940.               The  return  status  of  the executable is recorded by smartd in
  941.               SYSLOG. The executable is not expected to  write  to  STDOUT  or
  942.               STDERR.  If it does, then this is interpreted as indicating that
  943.               something is going wrong with your executable, and a fragment of
  944.               this  output  is  logged to SYSLOG to help you to understand the
  945.               problem.  Normally, if you wish to leave some record behind, the
  946.               executable should send mail or write to a file or device.
  947.  
  948.               Before  running the executable, smartd sets a number of environ-
  949.               ment variables.  These environment variables may be used to con-
  950.               trol  the  executable's  behavior.   The  environment  variables
  951.               exported by smartd are:
  952.  
  953.               SMARTD_MAILER
  954.                   is set to the argument of -M exec, if  present  or  else  to
  955.                   'mail' (examples: /bin/mail, mail).
  956.  
  957.               SMARTD_DEVICE
  958.                   is set to the device path (examples: /dev/hda, /dev/sdb).
  959.  
  960.               SMARTD_DEVICETYPE
  961.                   is  set  to  the  device  type  (possible values: ata, scsi,
  962.                   3ware,N, hpt,L/M/N).  Here N=0,...,15 denotes the  ATA  disk
  963.                   behind  a  3ware  RAID controller and L/M/N denotes the SATA
  964.                   disk behind a HighPoint RocketRAID controller.
  965.  
  966.               SMARTD_DEVICESTRING
  967.                   is set to the device description.  For SMARTD_DEVICETYPE  of
  968.                   ata  or  scsi, this is the same as SMARTD_DEVICE.  For 3ware
  969.                   RAID   controllers,   the    form    used    is    '/dev/sdc
  970.                   [3ware_disk_01]'.   For HighPoint RocketRAID controller, the
  971.                   form is '/dev/sdd [hpt_1/1/1]'.  In these cases  the  device
  972.                   string  contains  a  space  and  is  NOT  quoted.  So to use
  973.                   $SMARTD_DEVICESTRING in a bash script  you  should  probably
  974.                   enclose it in double quotes.
  975.  
  976.               SMARTD_FAILTYPE
  977.                   gives the reason for the warning or message email.  The pos-
  978.                   sible values that it takes and their meanings are:
  979.                   EmailTest: this is an email test message.
  980.                   Health: the SMART health status indicates imminent  failure.
  981.                   Usage: a usage Attribute has failed.
  982.                   SelfTest: the number of self-test failures has increased.
  983.                   ErrorCount:  the  number  of errors in the ATA error log has
  984.                   increased.
  985.                   CurrentPendingSector: one of more disk sectors could not  be
  986.                   read  and  are marked to be reallocated (replaced with spare
  987.                   sectors).
  988.                   OfflineUncorrectableSector:  during  off-line  testing,   or
  989.                   self-testing, one or more disk sectors could not be read.
  990.                   FailedHealthCheck: the SMART health status command failed.
  991.                   FailedReadSmartData:  the  command  to  read SMART Attribute
  992.                   data failed.
  993.                   FailedReadSmartErrorLog: the command to read the SMART error
  994.                   log failed.
  995.                   FailedReadSmartSelfTestLog:  the  command  to read the SMART
  996.                   self-test log failed.
  997.                   FailedOpenDevice: the open() command to the device failed.
  998.  
  999.               SMARTD_ADDRESS
  1000.                   is determined by the address argument ADD of the '-m' Direc-
  1001.                   tive.  If ADD is <nomailer>, then SMARTD_ADDRESS is not set.
  1002.                   Otherwise, it is set to the  comma-separated-list  of  email
  1003.                   addresses  given  by  the  argument  ADD,  with  the  commas
  1004.                   replaced by  spaces  (example:admin@example.com  root).   If
  1005.                   more  than one email address is given, then this string will
  1006.                   contain space characters and is NOT quoted, so to use it  in
  1007.                   a bash script you may want to enclose it in double quotes.
  1008.  
  1009.               SMARTD_MESSAGE
  1010.                   is  set  to  the  one sentence summary warning email message
  1011.                   string from smartd.   This  message  string  contains  space
  1012.                   characters and is NOT quoted. So to use $SMARTD_MESSAGE in a
  1013.                   bash script you should probably enclose it in double quotes.
  1014.  
  1015.               SMARTD_FULLMESSAGE
  1016.                   is  set  to the contents of the entire email warning message
  1017.                   string from smartd.  This message string contains space  and
  1018.                   return   characters   and   is   NOT   quoted.   So  to  use
  1019.                   $SMARTD_FULLMESSAGE in a bash  script  you  should  probably
  1020.                   enclose it in double quotes.
  1021.  
  1022.               SMARTD_TFIRST
  1023.                   is a text string giving the time and date at which the first
  1024.                   problem of this type was reported. This text string contains
  1025.                   space  characters  and  no  newlines, and is NOT quoted. For
  1026.                   example:
  1027.                   Sun Feb  9 14:58:19 2003 CST
  1028.  
  1029.               SMARTD_TFIRSTEPOCH
  1030.                   is an integer, which is the unix epoch  (number  of  seconds
  1031.                   since Jan 1, 1970) for SMARTD_TFIRST.
  1032.  
  1033.               The  shell  which  is  used to run PATH is system-dependent. For
  1034.               vanilla Linux/glibc it's bash. For other systems, the  man  page
  1035.               for popen(3) should say what shell is used.
  1036.  
  1037.               If  the  '-m ADD' Directive is given with a normal address argu-
  1038.               ment, then the executable pointed to by PATH will be  run  in  a
  1039.               shell  with  STDIN  receiving the body of the email message, and
  1040.               with the same command-line arguments:
  1041.               -s "$SMARTD_SUBJECT" $SMARTD_ADDRESS
  1042.               that would normally be provided to 'mail'.  Examples include:
  1043.               -m user@home -M exec /bin/mail
  1044.               -m admin@work -M exec /usr/local/bin/mailto
  1045.               -m root -M exec /Example_1/bash/script/below
  1046.  
  1047.               Note that on Windows, the syntax of the 'Blat' mailer is used:
  1048.               - -q -subject "$SMARTD_SUBJECT" -to "$SMARTD_ADDRESS"
  1049.  
  1050.               If the '-m ADD' Directive is  given  with  the  special  address
  1051.               argument  <nomailer>  then  the executable pointed to by PATH is
  1052.               run in a shell with no STDIN and no command-line arguments,  for
  1053.               example:
  1054.               -m <nomailer> -M exec /Example_2/bash/script/below
  1055.               If the executable produces any STDERR/STDOUT output, then smartd
  1056.               assumes that something is going wrong, and  a  snippet  of  that
  1057.               output will be copied to SYSLOG.  The remainder of the output is
  1058.               then discarded.
  1059.  
  1060.               Some EXAMPLES of scripts that can be used  with  the  '-M  exec'
  1061.               Directive are given below. Some sample scripts are also included
  1062.               in /usr/local/share/doc/smartmontools-5.37/examplescripts/.
  1063.  
  1064.  
  1065.        -f     Check  for  'failure'  of  any  Usage  Attributes.    If   these
  1066.               Attributes  are less than or equal to the threshold, it does NOT
  1067.               indicate imminent disk failure.  It "indicates an advisory  con-
  1068.               dition  where  the  usage  or age of the device has exceeded its
  1069.               intended design life period."  [Please see the smartctl -A  com-
  1070.               mand-line option.]
  1071.  
  1072.        -p     Report  anytime  that  a Prefail Attribute has changed its value
  1073.               since the last check, 30 minutes ago. [Please see  the  smartctl
  1074.               -A command-line option.]
  1075.  
  1076.        -u     Report  anytime  that  a  Usage  Attribute has changed its value
  1077.               since the last check, 30 minutes ago. [Please see  the  smartctl
  1078.               -A command-line option.]
  1079.  
  1080.        -t     Equivalent  to  turning on the two previous flags '-p' and '-u'.
  1081.               Tracks changes in all device  Attributes  (both  Prefailure  and
  1082.               Usage). [Please see the smartctl -A command-line option.]
  1083.  
  1084.        -i ID  Ignore  device  Attribute number ID when checking for failure of
  1085.               Usage Attributes.  ID must be a decimal  integer  in  the  range
  1086.               from 1 to 255.  This Directive modifies the behavior of the '-f'
  1087.               Directive and has no effect without it.
  1088.  
  1089.               This is useful, for example, if you have a  very  old  disk  and
  1090.               don't  want to keep getting messages about the hours-on-lifetime
  1091.               Attribute (usually Attribute 9)  failing.   This  Directive  may
  1092.               appear multiple times for a single device, if you want to ignore
  1093.               multiple Attributes.
  1094.  
  1095.        -I ID  Ignore  device  Attribute  ID  when  tracking  changes  in   the
  1096.               Attribute  values.   ID  must  be a decimal integer in the range
  1097.               from 1 to 255.  This Directive  modifies  the  behavior  of  the
  1098.               '-p', '-u', and '-t' tracking Directives and has no effect with-
  1099.               out one of them.
  1100.  
  1101.               This is useful, for example, if one of the device Attributes  is
  1102.               the disk temperature (usually Attribute 194 or 231). It's annoy-
  1103.               ing to get reports each  time  the  temperature  changes.   This
  1104.               Directive  may appear multiple times for a single device, if you
  1105.               want to ignore multiple Attributes.
  1106.  
  1107.        -r ID  When tracking, report the Raw value of Attribute ID  along  with
  1108.               its  (normally reported) Normalized value.  ID must be a decimal
  1109.               integer in the range from 1 to 255.  This Directive modifies the
  1110.               behavior of the '-p', '-u', and '-t' tracking Directives and has
  1111.               no effect without one of them.  This Directive may be given mul-
  1112.               tiple times.
  1113.  
  1114.               A  common  use of this Directive is to track the device Tempera-
  1115.               ture (often ID=194 or 231).
  1116.  
  1117.  
  1118.        -R ID  When tracking, report whenever the Raw  value  of  Attribute  ID
  1119.               changes.   (Normally  smartd  only tracks/reports changes of the
  1120.               Normalized Attribute values.)  ID must be a decimal  integer  in
  1121.               the  range  from 1 to 255.  This Directive modifies the behavior
  1122.               of the '-p', '-u', and  '-t'  tracking  Directives  and  has  no
  1123.               effect  without one of them.  This Directive may be given multi-
  1124.               ple times.
  1125.  
  1126.               If this Directive is given, it automatically  implies  the  '-r'
  1127.               Directive  for  the same Attribute, so that the Raw value of the
  1128.               Attribute is reported.
  1129.  
  1130.               A common use of this Directive is to track the  device  Tempera-
  1131.               ture (often ID=194 or 231).  It is also useful for understanding
  1132.               how different types of system behavior  affects  the  values  of
  1133.               certain Attributes.
  1134.  
  1135.  
  1136.        -C ID  [ATA  only]  Report  if the current number of pending sectors is
  1137.               non-zero.  Here ID is the id number of the Attribute  whose  raw
  1138.               value is the Current Pending Sector count.  The allowed range of
  1139.               ID is 0 to 255 inclusive.   To  turn  off  this  reporting,  use
  1140.               ID = 0.   If  the -C ID option is not given, then it defaults to
  1141.               -C 197 (since Attribute 197 is generally used to monitor pending
  1142.               sectors).
  1143.  
  1144.               A  pending sector is a disk sector (containing 512 bytes of your
  1145.               data) which the device would like to mark as ``bad" and  reallo-
  1146.               cate.   Typically  this  is  because your computer tried to read
  1147.               that sector, and the read failed because the data on it has been
  1148.               corrupted  and  has  inconsistent  Error Checking and Correction
  1149.               (ECC) codes.  This is important to know, because it  means  that
  1150.               there  is some unreadable data on the disk.  The problem of fig-
  1151.               uring out what file this data belongs to is operating system and
  1152.               file  system  specific.   You  can typically force the sector to
  1153.               reallocate by writing to it (translation: make the  device  sub-
  1154.               stitute a spare good sector for the bad one) but at the price of
  1155.               losing the 512 bytes of data stored there.
  1156.  
  1157.  
  1158.        -U ID  [ATA only] Report if the number of offline uncorrectable sectors
  1159.               is  non-zero.   Here  ID is the id number of the Attribute whose
  1160.               raw value  is  the  Offline  Uncorrectable  Sector  count.   The
  1161.               allowed  range  of  ID  is 0 to 255 inclusive.  To turn off this
  1162.               reporting, use ID = 0.  If the -U ID option is not  given,  then
  1163.               it  defaults to -U 198 (since Attribute 198 is generally used to
  1164.               monitor offline uncorrectable sectors).
  1165.  
  1166.  
  1167.               An offline uncorrectable sector is a disk sector which  was  not
  1168.               readable during an off-line scan or a self-test.  This is impor-
  1169.               tant to know, because if you have data stored in this disk  sec-
  1170.               tor,  and  you  need to read it, the read will fail.  Please see
  1171.               the previous '-C' option for more details.
  1172.  
  1173.  
  1174.        -W DIFF[,INFO[,CRIT]]
  1175.               Report if the current temperature had changed by at  least  DIFF
  1176.               degrees  since last report. Report or Warn if the temperature is
  1177.               greater or equal than one of INFO or CRIT  degrees  Celsius.  If
  1178.               the  limit  CRIT is reached, a message with loglevel 'LOG_CRITI-
  1179.               CAL' will be logged to syslog and a warning email will  be  send
  1180.               if  '-m' is specified. If only the limit INFO is reached, a mes-
  1181.               sage with loglevel 'LOG_INFO' will be logged.
  1182.  
  1183.               To disable any of the 3 reports, set the corresponding limit  to
  1184.               0.  Trailing zero arguments may be omitted. By default, all tem-
  1185.               perature reports are disabled ('-W 0').
  1186.  
  1187.               To track temperature changes of at least 2 degrees, use:
  1188.                -W 2
  1189.               To log informal messages on temperatures of at least 40 degrees,
  1190.               use:
  1191.                -W 0,40
  1192.               For  warning  messages/mails  on  temperatures  of  at  least 45
  1193.               degrees, use:
  1194.                -W 0,0,45
  1195.               To combine all of the above reports, use:
  1196.                -W 2,40,45
  1197.  
  1198.               For ATA devices, smartd interprets Attribute 194 as  Temperature
  1199.               Celsius by default. This can be changed to Attribute 9 or 220 by
  1200.               the drive database or by the '-v' directive, see below.
  1201.  
  1202.  
  1203.        -F TYPE
  1204.               [ATA only] Modifies the behavior of  smartd  to  compensate  for
  1205.               some known and understood device firmware bug.  The arguments to
  1206.               this Directive are exclusive, so that only the  final  Directive
  1207.               given is used.  The valid values are:
  1208.  
  1209.               none  - Assume that the device firmware obeys the ATA specifica-
  1210.               tions.  This is the default, unless the device has  presets  for
  1211.               '-F' in the device database.
  1212.  
  1213.               samsung - In some Samsung disks (example: model SV4012H Firmware
  1214.               Version: RM100-08) some of the two- and four-byte quantities  in
  1215.               the  SMART data structures are byte-swapped (relative to the ATA
  1216.               specification).  Enabling this option tells smartd  to  evaluate
  1217.               these  quantities  in byte-reversed order.  Some signs that your
  1218.               disk needs this option are (1) no self-test  log  printed,  even
  1219.               though  you  have  run self-tests; (2) very large numbers of ATA
  1220.               errors reported in the ATA error log; (3) strange and impossible
  1221.               values for the ATA error log timestamps.
  1222.  
  1223.               samsung2 - In more recent Samsung disks (firmware revisions end-
  1224.               ing in "-23") the number of ATA errors reported is byte swapped.
  1225.               Enabling  this  option tells smartd to evaluate this quantity in
  1226.               byte-reversed order.
  1227.  
  1228.               Note that an explicit '-F' Directive will over-ride  any  preset
  1229.               values for '-F' (see the '-P' option below).
  1230.  
  1231.  
  1232.               [Please see the smartctl -F command-line option.]
  1233.  
  1234.  
  1235.        -v N,OPTION
  1236.               Modifies  the labeling for Attribute N, for disks which use non-
  1237.               standard Attribute definitions.  This is  useful  in  connection
  1238.               with the Attribute tracking/reporting Directives.
  1239.  
  1240.               This  Directive  may  appear  multiple times. Valid arguments to
  1241.               this Directive are:
  1242.  
  1243.               9,minutes - Raw Attribute number 9 is power-on time in  minutes.
  1244.               Its  raw value will be displayed in the form 'Xh+Ym'.  Here X is
  1245.               hours, and Y is minutes in  the  range  0-59  inclusive.   Y  is
  1246.               always  printed  with  two  digits,  for example '06' or '31' or
  1247.               '00'.
  1248.  
  1249.               9,seconds - Raw Attribute number 9 is power-on time in  seconds.
  1250.               Its  raw value will be displayed in the form 'Xh+Ym+Zs'.  Here X
  1251.               is hours, Y is minutes in the range 0-59  inclusive,  and  Z  is
  1252.               seconds in the range 0-59 inclusive.  Y and Z are always printed
  1253.               with two digits, for example '06' or '31' or '00'.
  1254.  
  1255.               9,halfminutes - Raw Attribute number 9 is  power-on  time,  mea-
  1256.               sured  in units of 30 seconds.  This format is used by some Sam-
  1257.               sung disks.  Its  raw  value  will  be  displayed  in  the  form
  1258.               'Xh+Ym'.   Here  X  is hours, and Y is minutes in the range 0-59
  1259.               inclusive.  Y is always printed with  two  digits,  for  example
  1260.               '06' or '31' or '00'.
  1261.  
  1262.               9,temp  - Raw Attribute number 9 is the disk temperature in Cel-
  1263.               sius.
  1264.  
  1265.               192,emergencyretractcyclect - Raw Attribute number  192  is  the
  1266.               Emergency Retract Cycle Count.
  1267.  
  1268.               193,loadunload  -  Raw Attribute number 193 contains two values.
  1269.               The first is the number of load cycles.  The second is the  num-
  1270.               ber  of  unload cycles.  The difference between these two values
  1271.               is the number of times that the drive was  unexpectedly  powered
  1272.               off  (also  called an emergency unload). As a rule of thumb, the
  1273.               mechanical stress created by one emergency unload is  equivalent
  1274.               to that created by one hundred normal unloads.
  1275.  
  1276.               194,10xCelsius  - Raw Attribute number 194 is ten times the disk
  1277.               temperature in Celsius.  This is  used  by  some  Samsung  disks
  1278.               (example: model SV1204H with RK100-13 firmware).
  1279.  
  1280.               194,unknown  - Raw Attribute number 194 is NOT the disk tempera-
  1281.               ture, and its interpretation is unknown. This is primarily  use-
  1282.               ful for the -P (presets) Directive.
  1283.  
  1284.               198,offlinescanuncsectorct  -  Raw  Attribute  number 198 is the
  1285.               Offline Scan UNC Sector Count.
  1286.  
  1287.               200,writeerrorcount - Raw Attribute  number  200  is  the  Write
  1288.               Error Count.
  1289.  
  1290.               201,detectedtacount  -  Raw Attribute number 201 is the Detected
  1291.               TA Count.
  1292.  
  1293.               220,temp - Raw Attribute number 220 is the disk  temperature  in
  1294.               Celsius.
  1295.  
  1296.               Note: a table of hard drive models, listing which Attribute cor-
  1297.               responds    to     temperature,     can     be     found     at:
  1298.               http://www.guzu.net/linux/hddtemp.db
  1299.  
  1300.               N,raw8  -  Print  the  Raw  value  of  Attribute  N as six 8-bit
  1301.               unsigned base-10 integers.  This may be useful for decoding  the
  1302.               meaning  of  the Raw value.  The form 'N,raw8' prints Raw values
  1303.               for ALL  Attributes  in  this  form.   The  form  (for  example)
  1304.               '123,raw8'  only  prints the Raw value for Attribute 123 in this
  1305.               form.
  1306.  
  1307.               N,raw16 - Print the Raw value of Attribute  N  as  three  16-bit
  1308.               unsigned  base-10 integers.  This may be useful for decoding the
  1309.               meaning of the Raw value.  The form 'N,raw16' prints Raw  values
  1310.               for  ALL  Attributes  in  this  form.   The  form  (for example)
  1311.               '123,raw16' only prints the Raw value for Attribute 123 in  this
  1312.               form.
  1313.  
  1314.               N,raw48  -  Print  the  Raw  value  of  Attribute  N as a 48-bit
  1315.               unsigned base-10 integer.  This may be useful for  decoding  the
  1316.               meaning  of the Raw value.  The form 'N,raw48' prints Raw values
  1317.               for ALL  Attributes  in  this  form.   The  form  (for  example)
  1318.               '123,raw48'  only prints the Raw value for Attribute 123 in this
  1319.               form.
  1320.  
  1321.  
  1322.        -P TYPE
  1323.               Specifies whether smartd should use any preset options that  are
  1324.               available for this drive.  The valid arguments to this Directive
  1325.               are:
  1326.  
  1327.               use - use any presets that are available for this  drive.   This
  1328.               is the default.
  1329.  
  1330.               ignore - do not use any presets for this drive.
  1331.  
  1332.               show - show the presets listed for this drive in the database.
  1333.  
  1334.               showall - show the presets that are available for all drives and
  1335.               then exit.
  1336.  
  1337.               [Please see the smartctl -P command-line option.]
  1338.  
  1339.  
  1340.        -a     Equivalent to turning on all of the following  Directives:  '-H'
  1341.               to  check  the  SMART  health status, '-f' to report failures of
  1342.               Usage (rather than Prefail) Attributes, '-t' to track changes in
  1343.               both  Prefailure  and  Usage Attributes, '-l selftest' to report
  1344.               increases in the number of Self-Test Log errors,  '-l error'  to
  1345.               report increases in the number of ATA errors, '-C 197' to report
  1346.               nonzero values of the current pending sector count, and '-U 198'
  1347.               to report nonzero values of the offline pending sector count.
  1348.  
  1349.               Note  that  -a is the default for ATA devices.  If none of these
  1350.               other Directives is given, then -a is assumed.
  1351.  
  1352.  
  1353.        #      Comment: ignore the remainder of the line.
  1354.  
  1355.        \      Continuation character: if this is the last  non-white  or  non-
  1356.               comment  character  on a line, then the following line is a con-
  1357.               tinuation of the current one.
  1358.  
  1359.        If you are not sure which Directives to use,  I  suggest  experimenting
  1360.        for  a  few  minutes with smartctl to see what SMART functionality your
  1361.        disk(s) support(s).  If you do not like voluminous syslog  messages,  a
  1362.        good choice of smartd configuration file Directives might be:
  1363.        -H -l selftest -l error -f.
  1364.        If you want more frequent information, use: -a.
  1365.  
  1366.  
  1367.        ADDITIONAL DETAILS ABOUT DEVICESCAN
  1368.               If  the first non-comment entry in the configuration file is the
  1369.               text string DEVICESCAN in  capital  letters,  then  smartd  will
  1370.               ignore  any  remaining lines in the configuration file, and will
  1371.               scan for devices.
  1372.  
  1373.               If DEVICESCAN is not followed by  any  Directives,  then  smartd
  1374.               will  scan  for  both ATA and SCSI devices, and will monitor all
  1375.               possible SMART properties of any devices that are found.
  1376.  
  1377.               DEVICESCAN may optionally be followed by any  valid  Directives,
  1378.               which will be applied to all devices that are found in the scan.
  1379.               For example
  1380.               DEVICESCAN -m root@example.com
  1381.               will scan for all devices, and then monitor them.  It will  send
  1382.               one email warning per device for any problems that are found.
  1383.               DEVICESCAN -d ata -m root@example.com
  1384.               will do the same, but restricts the scan to ATA devices only.
  1385.               DEVICESCAN -H -d ata -m root@example.com
  1386.               will  do  the same, but only monitors the SMART health status of
  1387.               the devices, (rather than the default  -a,  which  monitors  all
  1388.               SMART properties).
  1389.  
  1390.  
  1391.        EXAMPLES OF SHELL SCRIPTS FOR '-M exec'
  1392.               These  are  two  examples of shell scripts that can be used with
  1393.               the '-M exec PATH' Directive described previously.  The paths to
  1394.               these  scripts  and  similar executables is the PATH argument to
  1395.               the '-M exec PATH' Directive.
  1396.  
  1397.               Example 1: This script is for  use  with  '-m  ADDRESS  -M  exec
  1398.               PATH'.   It  appends  the output of smartctl -a to the output of
  1399.               the smartd email warning message and sends it to ADDRESS.
  1400.  
  1401.  
  1402.               #! /bin/bash
  1403.  
  1404.               # Save the email message (STDIN) to a file:
  1405.               cat > /root/msg
  1406.  
  1407.               # Append the output of smartctl -a to the message:
  1408.               /usr/local/sbin/smartctl -a -d $SMART_DEVICETYPE $SMARTD_DEVICE >> /root/msg
  1409.  
  1410.               # Now email the message to the user at address ADD:
  1411.               /bin/mail -s "$SMARTD_SUBJECT" $SMARTD_ADDRESS < /root/msg
  1412.  
  1413.               Example 2: This script is for use with '-m  <nomailer>  -M  exec
  1414.               PATH'.  It  warns  all users about a disk problem, waits 30 sec-
  1415.               onds, and then powers down the machine.
  1416.  
  1417.  
  1418.               #! /bin/bash
  1419.  
  1420.               # Warn all users of a problem
  1421.               wall 'Problem detected with disk: ' "$SMARTD_DEVICESTRING"
  1422.               wall 'Warning message from smartd is: ' "$SMARTD_MESSAGE"
  1423.               wall 'Shutting down machine in 30 seconds... '
  1424.  
  1425.               # Wait half a minute
  1426.               sleep 30
  1427.  
  1428.               # Power down the machine
  1429.               /sbin/shutdown -hf now
  1430.  
  1431.               Some example scripts  are  distributed  with  the  smartmontools
  1432.               package,   in   /usr/local/share/doc/smartmontools-5.37/example-
  1433.               scripts/.
  1434.  
  1435.               Please note that these scripts typically run  as  root,  so  any
  1436.               files  that  they  read/write should not be writable by ordinary
  1437.               users or reside in directories like /tmp that  are  writable  by
  1438.               ordinary users and may expose your system to symlink attacks.
  1439.  
  1440.               As  previously  described,  if  the  scripts  write to STDOUT or
  1441.               STDERR, this is interpreted as  indicating  that  there  was  an
  1442.               internal error within the script, and a snippet of STDOUT/STDERR
  1443.               is logged to SYSLOG.  The remainder is flushed.
  1444.  
  1445.  
  1446.  
  1447. NOTES
  1448.        smartd will make log entries at loglevel  LOG_INFO  if  the  Normalized
  1449.        SMART  Attribute values have changed, as reported using the '-t', '-p',
  1450.        or '-u' Directives. For example:
  1451.        'Device: /dev/hda, SMART Attribute: 194 Temperature_Celsius changed from 94 to 93'
  1452.        Note that in this message, the value given is the 'Normalized' not  the
  1453.        'Raw'  Attribute  value  (the disk temperature in this case is about 22
  1454.        Celsius).  The '-R' and '-r' Directives modify this behavior,  so  that
  1455.        the information is printed with the Raw values as well, for example:
  1456.        'Device: /dev/hda, SMART Attribute: 194 Temperature_Celsius changed from 94 [Raw 22] to 93 [Raw 23]'
  1457.        Here  the  Raw values are the actual disk temperatures in Celsius.  The
  1458.        way in which the Raw values are printed, and the names under which  the
  1459.        Attributes  are  reported,  is governed by the various '-v Num,Descrip-
  1460.        tion' Directives described previously.
  1461.  
  1462.        Please see the smartctl manual page for further explanation of the dif-
  1463.        ferences between Normalized and Raw Attribute values.
  1464.  
  1465.        smartd  will make log entries at loglevel LOG_CRIT if a SMART Attribute
  1466.        has failed, for example:
  1467.        'Device: /dev/hdc, Failed SMART Attribute: 5 Reallocated_Sector_Ct'
  1468.         This loglevel  is  used  for  reporting  enabled  by  the  '-H',  -f',
  1469.        '-l selftest',  and '-l error' Directives. Entries reporting failure of
  1470.        SMART Prefailure Attributes should not be ignored: they mean  that  the
  1471.        disk is failing.  Use the smartctl utility to investigate.
  1472.  
  1473.        Under Solaris with the default /etc/syslog.conf configuration, messages
  1474.        below loglevel LOG_NOTICE will not be recorded.  Hence all smartd  mes-
  1475.        sages  with  loglevel  LOG_INFO  will  be lost.  If you want to use the
  1476.        existing daemon facility to log all messages from  smartd,  you  should
  1477.        change /etc/syslog.conf from:
  1478.               ...;daemon.notice;...        /var/adm/messages
  1479.        to read:
  1480.               ...;daemon.info;...          /var/adm/messages
  1481.        Alternatively, you can use a local facility to log messages: please see
  1482.        the smartd '-l' command-line option described above.
  1483.  
  1484.        On Cygwin and Windows, the log messages are written to the event log or
  1485.        to  a  file.  See  documentation  of the '-l FACILITY' option above for
  1486.        details.
  1487.  
  1488.        On Windows, the following built-in commands  can  be  used  to  control
  1489.        smartd, if running as a daemon:
  1490.  
  1491.        'smartd status' - check status
  1492.  
  1493.        'smartd stop' - stop smartd
  1494.  
  1495.        'smartd reload' - reread config file
  1496.  
  1497.        'smartd restart' - restart smartd
  1498.  
  1499.        'smartd sigusr1' - check disks now
  1500.  
  1501.        'smartd sigusr2' - toggle debug mode
  1502.  
  1503.        On WinNT4/2000/XP, smartd can also be run as a Windows service:
  1504.  
  1505.  
  1506.        The  Cygwin Version of smartd can be run as a service via the cygrunsrv
  1507.        tool. The start-up script provides Cygwin-specific commands to  install
  1508.        and remove the service:
  1509.        /usr/local/etc/rc.d/init.d/smartd install [options]
  1510.        /usr/local/etc/rc.d/init.d/smartd remove
  1511.        The  service can be started and stopped by the start-up script as usual
  1512.        (see EXAMPLES above).
  1513.  
  1514.  
  1515.        The Windows Version of smartd has buildin support for services:
  1516.  
  1517.        'smartd install [options]' installs a service named  "smartd"  (display
  1518.        name  "SmartD Service") using the command line '/installpath/smartd.exe
  1519.        --service [options]'.
  1520.  
  1521.        'smartd remove' can later be used to remove the service entry from reg-
  1522.        istry.
  1523.  
  1524.        Upon  startup,  the smartd service changes the working directory to its
  1525.        own installation path. If smartd.conf and blat.exe are stored  in  this
  1526.        directory, no '-c' option and '-M exec' directive is needed.
  1527.  
  1528.        The debug mode ('-d', '-q onecheck') does not work if smartd is running
  1529.        as service.
  1530.  
  1531.        The service can be controlled as usual with Windows commands  'net'  or
  1532.        'sc' ('net start smartd', 'net stop smartd').
  1533.  
  1534.        Pausing the service ('net pause smartd') sets the interval between disk
  1535.        checks ('-i N') to infinite.
  1536.  
  1537.        Continuing the paused service ('net continue smartd') resets the inter-
  1538.        val and rereads the configuration file immediately (like SIGHUP):
  1539.  
  1540.        Continuing  a still running service ('net continue smartd' without pre-
  1541.        ceding 'net pause smartd') does not  reread  configuration  but  checks
  1542.        disks immediately (like SIGUSR1).
  1543.  
  1544.  
  1545. LOG TIMESTAMP TIMEZONE
  1546.        When smartd makes log entries, these are time-stamped.  The time stamps
  1547.        are in the computer's local time zone, which  is  generally  set  using
  1548.        either  the environment variable 'TZ' or using a time-zone file such as
  1549.        /etc/localtime.  You may wish to change the timezone  while  smartd  is
  1550.        running  (for  example,  if  you  carry a laptop to a new time-zone and
  1551.        don't reboot it).  Due to a bug in the tzset(3) function of  many  unix
  1552.        standard  C libraries, the time-zone stamps of smartd might not change.
  1553.        For some systems, smartd will work around this problem if the time-zone
  1554.        is  set using /etc/localtime. The work-around fails if the time-zone is
  1555.        set using the 'TZ' variable (or a file that it points to).
  1556.  
  1557.  
  1558.  
  1559. RETURN VALUES
  1560.        The return value (exit status) of smartd can have the following values:
  1561.  
  1562.        0:     Daemon startup successful, or smartd was killed by a SIGTERM (or
  1563.               in debug mode, a SIGQUIT).
  1564.  
  1565.        1:     Commandline did not parse.
  1566.  
  1567.        2:     There was a syntax error in the config file.
  1568.  
  1569.        3:     Forking the daemon failed.
  1570.  
  1571.        4:     Couldn't create PID file.
  1572.  
  1573.        5:     Config file does not exist (only returned  in  conjunction  with
  1574.               the '-c' option).
  1575.  
  1576.        6:     Config file exists, but cannot be read.
  1577.  
  1578.        8:     smartd ran out of memory during startup.
  1579.  
  1580.        9:     A  compile  time  constant of smartd was too small.  This can be
  1581.               caused  by  an  excessive  number  of  disks,  or  by  lines  in
  1582.               /usr/local/etc/smartd.conf  that  are  too  long.  Please report
  1583.               this problem to  smartmontools-support@lists.sourceforge.net.
  1584.  
  1585.        10     An inconsistency was found in smartd's internal data structures.
  1586.               This  should never happen.  It must be due to either a coding or
  1587.               compiler bug.  Please report such failures to smartmontools-sup-
  1588.               port@lists.sourceforge.net.
  1589.  
  1590.        16:    A  device  explicitly listed in /usr/local/etc/smartd.conf can't
  1591.               be monitored.
  1592.  
  1593.        17:    smartd didn't find any devices to monitor.
  1594.  
  1595.        254:   When in daemon mode, smartd received a SIGINT or SIGQUIT.  (Note
  1596.               that  in  debug  mode, SIGINT has the same effect as SIGHUP, and
  1597.               makes smartd reload its configuration file. SIGQUIT has the same
  1598.               effect  as  SIGTERM  and  causes  smartd  to exit with zero exit
  1599.               status.
  1600.  
  1601.        132 and above
  1602.               smartd was killed by a signal  that  is  not  explicitly  listed
  1603.               above.  The exit status is then 128 plus the signal number.  For
  1604.               example if smartd is killed by SIGKILL (signal 9) then the  exit
  1605.               status is 137.
  1606.  
  1607.  
  1608.  
  1609. AUTHOR
  1610.        Bruce Allen smartmontools-support@lists.sourceforge.net
  1611.        University of Wisconsin - Milwaukee Physics Department
  1612.  
  1613.  
  1614.  
  1615. CONTRIBUTORS
  1616.        The following have made large contributions to smartmontools:
  1617.        Casper Dik (Solaris SCSI interface)
  1618.        Christian Franke (Windows interface and Cygwin package)
  1619.        Douglas Gilbert (SCSI subsystem)
  1620.        Guido Guenther (Autoconf/Automake packaging)
  1621.        Geoffrey Keating (Darwin ATA interface)
  1622.        Eduard Martinescu (FreeBSD interface)
  1623.        Frederic L. W. Meunier (Web site and Mailing list)
  1624.        Keiji Sawada (Solaris ATA interface)
  1625.        Sergey Svishchev (NetBSD interface)
  1626.        David Snyder and Sergey Svishchev (OpenBSD interface)
  1627.        Phil Williams (User interface and drive database)
  1628.        Shengfeng Zhou (Linux Highpoint RocketRaid interface)
  1629.        Many other individuals have made smaller contributions and corrections.
  1630.  
  1631.  
  1632.  
  1633. CREDITS
  1634.        This code was derived from the smartsuite package, written  by  Michael
  1635.        Cornwell,  and  from  the  previous ucsc smartsuite package. It extends
  1636.        these to cover ATA-5 disks. This code was  originally  developed  as  a
  1637.        Senior  Thesis by Michael Cornwell at the Concurrent Systems Laboratory
  1638.        (now part of the Storage Systems Research Center), Jack  Baskin  School
  1639.        of    Engineering,    University    of    California,    Santa    Cruz.
  1640.        http://ssrc.soe.ucsc.edu/ .
  1641.  
  1642. HOME PAGE FOR SMARTMONTOOLS:
  1643.        Please see the following web site for updates,  further  documentation,
  1644.        bug reports and patches: http://smartmontools.sourceforge.net/
  1645.  
  1646.  
  1647. SEE ALSO:
  1648.        smartd.conf(5),  smartctl(8), syslogd(8), syslog.conf(5), badblocks(8),
  1649.        ide-smart(8), regex(7).
  1650.  
  1651.  
  1652. REFERENCES FOR SMART
  1653.        An introductory article about smartmontools is  Monitoring  Hard  Disks
  1654.        with  SMART,  by Bruce Allen, Linux Journal, January 2004, pages 74-77.
  1655.        This is http://www.linuxjournal.com/article.php?sid=6983 online.
  1656.  
  1657.        If you would like to understand better how SMART  works,  and  what  it
  1658.        does,  a good place to start is with Sections 4.8 and 6.54 of the first
  1659.        volume of the 'AT Attachment  with  Packet  Interface-7'  (ATA/ATAPI-7)
  1660.        specification.  This documents the SMART functionality which the smart-
  1661.        montools utilities provide access to.  You can find Revision 4b of this
  1662.        document  at  http://www.t13.org/docs2004/d1532v1r4b-ATA-ATAPI-7.pdf  .
  1663.        Earlier and later versions of this Specification are available from the
  1664.        T13 web site http://www.t13.org/ .
  1665.  
  1666.        The  functioning of SMART was originally defined by the SFF-8035i revi-
  1667.        sion 2 and the SFF-8055i revision 1.4 specifications.  These are publi-
  1668.        cations of the Small Form Factors (SFF) Committee.  Links to these doc-
  1669.        uments may be found in the References section of the smartmontools home
  1670.        page at http://smartmontools.sourceforge.net/#references .
  1671.  
  1672.  
  1673. CVS ID OF THIS PAGE:
  1674.        $Id: smartd.8.in,v 1.113 2006/12/20 07:30:43 sxzzsf Exp $
  1675.  
  1676.  
  1677.  
  1678. smartmontools-5.37                2006/12/20                         SMARTD(8)
  1679.